MCP server for website change monitoring. Let your AI assistant track websites, detect changes, and compare snapshots with visual diffs.
Overview
Website Change Monitoring via MCP
Site Spy lets your AI assistant monitor websites, track changes, and compare snapshots with visual diffs.
Getting Started
- Sign up at https://sitespy.app
- Go to Settings > API and copy your API key
- Add the config to your MCP client (Claude, Cursor, etc.)
- Use the
authenticatetool with your API key
Links
Server Config
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "your-api-key"
}
}
}
}